JavaScript

listObj.searchModeOff Method

Syntax

listObj.searchModeOff();

Description

If the List Search Part is set to 'QueryByForm' then turns search mode off.

Example

var listObj = {dialog.object}.getControl("LIST1");

if (listObj) {
    listObj.searchModeOff();
}

Limitations

List Control with Search Part

See Also